home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_a / lcl / argorder4 < prev    next >
Text File  |  1996-08-28  |  125b  |  9 lines

  1. int glob;
  2.  
  3. int f (void) int glob; { }
  4.  
  5. int g (void) int glob; { modifies glob; }
  6.  
  7. int h (void) int glob; { modifies glob; }
  8.  
  9.